The Dreamweaver JavaScript API > File manipulation functions > dom.getListTag() |
![]() ![]() ![]() |
Availability
Dreamweaver 3.0
Description
Gets the style of the selected list.
Arguments
None.
Returns
A string containing the tag associated with the list ("ul"
, "ol"
, or "dl"
), or an empty string if no tag is associated with the list. This value is always returned in lowercase letters.
Enabler
None.
![]() ![]() ![]() |